home *** CD-ROM | disk | FTP | other *** search
- Install instructions for Solaris 2.5 and Logitech encoders
- -----------------------------------------------------------
-
- This file documents the install procedure for installing the
- Logitech VR peripheral drivers. This includes the modified
- zs driver and a new qzs driver. The procedure is much the same
- is it was for the older version of the VR drivers in Solaris
- 2.2, 2.3 and 2.4. (Except for the location of the zs driver,
- which has moved from /kernel/drv to /platform/sun4x/kernel/drv,
- where 'x' is your current platform)
-
-
- NOTE: These drivers have only been tested with Solaris 2.5!!
-
- For the vrdemo a new driver (qzs), and a replacement driver (zs)
- need to be installed first.
-
- Install zs and qzs custom drivers:
-
- su -
-
- ; Install new zs driver
- ; note sun4u is for Ultra, replace if using other $arch
- cd /platform/sun4u/kernel/drv
- mv zs zs.2.5
- cp ~vrdemo/drivers/zs/zs_495_fgate_2 .
- ln -s zs_495_fgate_2 zs.quick
- ln -s zs.quick zs
-
- (ls -l zs*)
-
- sync to taste
- reboot
- (The reboot is necessary when replacing the zs driver!!)
-
- su -
-
- ; Install qzs driver
- cd /usr/kernel/drv
- cp ~vrdemo/drivers/qzs qzs
- cp ~vrdemo/drivers/qzs/qzs.conf qzs.conf
-
- add_drv -m '* 0666 bin bin' /usr/kernel/drv/qzs
-
- To see if driver is installed, do ``/usr/sbin/modinfo | grep qzs''
-
- sync to taste
- reboot just for good measure
-